func go/parser.isTypeSwitchAssert

3 uses

	go/parser (current package)
		parser.go#L2191: func isTypeSwitchAssert(x ast.Expr) bool {
		parser.go#L2200: 		return isTypeSwitchAssert(t.X)
		parser.go#L2203: 		if len(t.Lhs) == 1 && len(t.Rhs) == 1 && isTypeSwitchAssert(t.Rhs[0]) {